home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / SMOVE.BTM < prev    next >
Text File  |  1991-11-07  |  429b  |  16 lines

  1. if %@len[%&]=0 goto help
  2. if %@len[%2]=0 goto moveall
  3. select move (%1) %2
  4. goto end
  5. :moveall
  6. select move (*.*) %1
  7. goto end
  8. :help
  9. echo SMOVE.BTM - By Dave Navarro, Jr.
  10. echo Move all selected files to the specified destination.
  11. echo If only one parameter is specified then SMOVE assumes
  12. echo a select move of all files to the specified destination.
  13. echo USAGE:  SMOVE filespec destination  or  SMOVE destination
  14. :end
  15.  
  16.